Methods
Methods | Description |
---|---|
Create | Creates internal objects after creating this object. |
Loaded | The method accomplishes necessary changes after using the following layer's properties. |
Derived from TsgDXFPenTableItem | Description |
---|---|
AssignEntity | The method copies properties of source entity to current entity. |
EntName | The property gets the name of an entity. |
Derived from TsgDXFPenEntity | Description |
---|---|
Destroy | Frees up internal the TPen object before freeing this instance. |
SetColor | The method changes the color used for drawing. |
Derived from TsgDXFEntity | Description |
---|---|
AddEntity | The method adds a new child entity. |
Clone | The method copies properties of source entity to current entity (include Handle ). |
Draw | The method generates the OnDraw event. |
GetBoxPoints | The method is used in drawing cycle for fast checking whether the entity must be drawn. |
GetThickness | The method returns entity's thickness. |
SetLType | The method sets line type of the entity. |
SetLWeight | The method sets line weight width of the entity. |